# coding:utf-8 # 文字列 x = "good " y = input('文字列: ') print(x, y)